home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 923 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: aztec.asu.edu!cyrano
  2. From: cyrano@aztec.asu.edu (ROBERT B. PIGFORD)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Maxon C++
  5. Date: 12 Jan 1996 22:49:51 GMT
  6. Organization: Arizona State University, Tempe, AZ (USA)
  7. Message-ID: <4d6oif$loj@news.asu.edu>
  8. References: <4d4e0d$mv9@newsbf02.news.aol.com>
  9. Reply-To: cyrano@aztec.asu.edu (ROBERT B. PIGFORD)
  10. NNTP-Posting-Host: aztec.asu.edu
  11.  
  12.  
  13. In a previous article, jkinguk@aol.com (JKingUK) says:
  14.  
  15. >I`m also trying to get GNU C++ from the Aminet but there`s so many files
  16. >in there called GCC, CPP etc etc or something........very kindly, could
  17. >anybody tell me what files I need exactly to get a latest and best GNU C++
  18. >enviornment up and running. Please mention any essential support files
  19. >that improve  the enviornment and make it easier to work with. 
  20.  
  21. Jason -
  22.  
  23. The following is from ftp.amigalib.com/pub/ade/README, with all necessary
  24. credit to the author (of the text below)... Fred Fish.
  25.  
  26. ---SNIP---
  27. For example, the following illustrates populating the ADE tree with the
  28. minimum set of packages that we would recommend for doing serious C or
  29. C++ development:
  30.  
  31.         makedir dh0:ADE
  32.         assign GNU: dh0:ADE
  33.         cd GNU:
  34.         lha -mraxe x ADE-misc-bin.lha
  35.         lha -mraxe x binutils-1.8.x-bin.lha
  36.         lha -mraxe x binutils-2.5.2-bin.lha
  37.         lha -mraxe x bison-1.24-bin.lha
  38.         lha -mraxe x diffutils-2.7-bin.lha
  39.         lha -mraxe x fifo-38.0-bin.lha
  40.         lha -mraxe x fileutils-3.12-bin.lha
  41.         lha -mraxe x findutils-4.1-bin.lha
  42.         lha -mraxe x flex-2.5.2-bin.lha
  43.         lha -mraxe x gcc-2.7.0-bin.lha
  44.         lha -mraxe x grep-2.0-bin.lha
  45.         lha -mraxe x gzip-1.2.4-bin.lha
  46.         lha -mraxe x inlines-bin.lha
  47.         lha -mraxe x ixemul-41.5-bin.lha
  48.         lha -mraxe x ixemul-41.5-env-bin.lha
  49.         lha -mraxe x ixpipe-1.0-bin.lha
  50.         lha -mraxe x libg++-2.7.0-bin.lha
  51.         lha -mraxe x libm-5.4-bin.lha
  52.         lha -mraxe x libnix-1.0-bin.lha
  53.         lha -mraxe x make-3.74-bin.lha
  54.         lha -mraxe x os-lib-bin.lha
  55.         lha -mraxe x patch-2.1-bin.lha
  56.         lha -mraxe x pdksh-4.9-bin.lha
  57.         lha -mraxe x sed-2.05-bin.lha
  58.         lha -mraxe x sh-utils-1.12-bin.lha
  59.         lha -mraxe x tar-1.11.8-bin.lha
  60.         lha -mraxe x termcap-1.2-bin.lha
  61.         lha -mraxe x textutils-1.12-bin.lha
  62.  
  63. The following should be optional, unless you want to remake a "configure"
  64. file, want EMACS, or current need a libcurses library (should be replaced
  65. soon with ncurses):
  66.  
  67.         lha -mraxe x autoconf-2.4-bin.lha
  68.         lha -mraxe x emacs-18.59-bin.lha
  69.         lha -mraxe x libcurses-8.3-bin.lha
  70.  
  71. You may want to examine the ixemul.library flavors in GNU:Sys/Libs and
  72. select one more appropriate for your specific machine.  For example,
  73. A4000 users might want to copy ixemul040fpu.library to ixemul.library.
  74.  
  75. Once you are done, arrange to assign GNU: in your startup, arrange to
  76. execute GNU:Sys/S/GNU-Startup at boot time, and reboot.
  77. ----SNIP----
  78.  
  79. This makes a convenient list of files, no? All listed are available at the
  80. above mentioned FTP site.
  81.  
  82. While you're there, you might take a look at the development system project
  83. Fred Fish is talking about. It looks pretty interesting.
  84. -- 
  85. - Rob.                         __   
  86. cyrano@aztec.asu.edu      __  /// The MECCA BBS
  87.                           \\\/// (602) 545-6162
  88.                            \XX/ Supporting Amiga users everywhere 
  89.